return ((SwingBeanInfo)this).createBeanDescriptor(classJList, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.FALSE, "shortDescription", "<A description of this component>."});
public PropertyDescriptor[] getPropertyDescriptors() {
Object[] var1 = new Object[]{"SINGLE_SELECTION", new Integer(0), "ListSelectionModel.SINGLE_SELECTION", "SINGLE_INTERVAL_SELECTION", new Integer(1), "ListSelectionModel.SINGLE_INTERVAL_SELECTION", "MULTIPLE_INTERVAL_SELECTION", new Integer(2), "ListSelectionModel.MULTIPLE_INTERVAL_SELECTION"};
return new PropertyDescriptor[]{this.createPropertyDescriptor("visibleRowCount", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "The preferred number of cells that can be displayed without a scrollbar."}), this.createPropertyDescriptor("fixedCellHeight", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "Defines a fixed cell height when greater than zero."}), this.createPropertyDescriptor("UIClassID", new Object[]{"shortDescription", "UIClassID"}), this.createPropertyDescriptor("selectionEmpty", new Object[]{"shortDescription", "selectionEmpty"}), this.createPropertyDescriptor("selectionBackground", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "The background color of selected cells."}), this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("UI", new Object[]{"shortDescription", "UI"}), this.createPropertyDescriptor("preferredScrollableViewportSize", new Object[]{"shortDescription", "preferredScrollableViewportSize"}), this.createPropertyDescriptor("firstVisibleIndex", new Object[]{"shortDescription", "firstVisibleIndex"}), this.createPropertyDescriptor("selectionModel", new Object[]{"bound", Boolean.TRUE, "shortDescription", "The selection model, recording which cells are selected."}), this.createPropertyDescriptor("valueIsAdjusting", new Object[]{"shortDescription", "valueIsAdjusting"}), this.createPropertyDescriptor("prototypeCellValue", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "The cell prototype value, used to compute cell width and height."}), this.createPropertyDescriptor("minSelectionIndex", new Object[]{"shortDescription", "minSelectionIndex"}), this.createPropertyDescriptor("anchorSelectionIndex", new Object[]{"shortDescription", "anchorSelectionIndex"}), this.createPropertyDescriptor("maxSelectionIndex", new Object[]{"shortDescription", "maxSelectionIndex"}), this.createPropertyDescriptor("selectedValue", new Object[]{"shortDescription", "selectedValue"}), this.createPropertyDescriptor("scrollableTracksViewportWidth", new Object[]{"shortDescription", "scrollableTracksViewportWidth"}), this.createPropertyDescriptor("selectionMode", new Object[]{"bound", Boolean.FALSE, "enumerationValues", var1, "shortDescription", "The selection mode. "}), this.createPropertyDescriptor("selectedValues", new Object[]{"shortDescription", "selectedValues"}), this.createPropertyDescriptor("scrollableTracksViewportHeight", new Object[]{"shortDescription", "scrollableTracksViewportHeight"}), this.createPropertyDescriptor("leadSelectionIndex", new Object[]{"bound", Boolean.FALSE, "shortDescription", "The lead selection index."}), this.createPropertyDescriptor("model", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "The object that contains the data to be drawn by this JList."}), this.createPropertyDescriptor("fixedCellWidth", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "Defines a fixed cell width when greater than zero."}), this.createPropertyDescriptor("selectionForeground", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "The foreground color of selected cells."}), this.createPropertyDescriptor("selectedIndices", new Object[]{"shortDescription", "selectedIndices"}), this.createPropertyDescriptor("lastVisibleIndex", new Object[]{"shortDescription", "lastVisibleIndex"}), this.createPropertyDescriptor("selectedIndex", new Object[]{"bound", Boolean.FALSE, "shortDescription", "The index of the selected cell."}), this.createPropertyDescriptor("cellRenderer", new Object[]{"bound", Boolean.TRUE, "visualUpdate", Boolean.TRUE, "shortDescription", "The component used to draw the cells."})};